home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000016_news@columbia.edu _Fri Feb 18 14:10:08 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA13510
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 18 Feb 2000 14:10:07 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA11752
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 18 Feb 2000 13:41:39 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: TELNET protocol in 1.19
  11. Date: 18 Feb 2000 18:41:38 GMT
  12. Organization: Columbia University
  13. Message-ID: <88k3p2$bf5$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <88jmhj$1re$1@nntp2.atl.mindspring.net>,
  17. Bob Rodriguez <robertr@netcom.com> wrote:
  18. : Thanks for the suggestions for trying to get the correct Telnet
  19. : protocol settings for candum.acc.umu.se 2001. It looks like
  20. : it may be a sort of hybrid Telnet server; it accepts terminal
  21. : type negotiation but not the other options. Is there a way to 
  22. : emulate the way Unix and OS/2 Telnet client works for negotiation?
  23. : Set host with the /default or /raw option comes close but does
  24. : not echo the commands for this host. I also tried setting "refuse""
  25. : on every telnet option except terminal-type and that got around
  26. : the timeout but still does not echo or close the session properly;
  27. : the window stays open and there appears to be no way to return to the Kermit
  28. : command line once you've logged off. My feeling on this is
  29. : that unless you're trying to do something special (authentication/
  30. : encryption or something like that) the Telnet server's
  31. : implementation details shouldn't be needed, unless there's a good
  32. : way to find out what the other end supports.
  33.  
  34. This is all documented in the file
  35.  
  36.   http://www.kermit-project.org/telnet.html
  37.  
  38. Please read it.  The command to use to specify the Telnet Option
  39. negotiation policies is 
  40.  
  41.   SET TELOPT <option> .....
  42.  
  43.  
  44.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  45.                  The Kermit Project * Columbia University
  46.               612 West 115th St #716 * New York, NY * 10025
  47.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org